home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / FIFA Manager 10 / FIFAManager10_Demo.exe / fmdata / Configuration File - Stadium collision shape.cfg < prev    next >
Encoding:
Text File  |  2009-10-07  |  742 b   |  20 lines

  1. // Stadium collision shape parameter file
  2. //
  3. // Author : Christoph Brzozowski
  4. // Created: 27.11.2008
  5.  
  6. // Stadium ( id )
  7. BEGIN(DEFAULT)            
  8.     ExtendOuterBoundsWidth       = 12.0       // In meters
  9.     ExtendOuterBoundsLength      = 12.0       // In meters
  10.     OuterWallSlopeX              = 0.5
  11.     OuterWallSlopeZ              = 0.5
  12.     ExtendInnerBoundsWidth       = 4.0       // In meters
  13.     ExtendInnerBoundsLength      = 5.0       // In meters
  14.     InnerWallSlopeX              = 0.1  
  15.     InnerWallSlopeZ              = 0.1
  16.     InnerWallHeight              = 2.5       // In meters      
  17.     RoofOffset                   = 18.0      // In meters
  18.     RoofRadius                   = 20.0      // In meters
  19. END
  20.